My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Is there a way to check specific permissions for script execution?
Hello @Vernita, Good day. This is possible with SuiteScript. Records Browser indicates that Role is a scriptable record. Reference: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser…1 -
Re: Is there a way around password creation for users created through Okta SAML SSO?
Hello @David Pate, I'm not well-versed with the processes in Okta, but it is not possible to create a user in NetSuite and grant access without providing a password. Tagging some of our top cont…1 -
Re: Inventory Adjustment With Rest API
Hi @Herman Suherman, Good day! Inventory Adjustment can be created via SOAP Integration. Check out which fields are exposed for this type of integration here: https://system.netsuite.com/help/helpcen…2 -
Re: How to resolve ReferenceError: "search" is not defined
Hello @BryanL, Good day! You must first use the define object and declare the SuiteScript modules that you will be calling in your script. I recommend that you check out SuiteScript 2.x Hello World. …1 -
Re: SuiteScript 2.0: Hide a subtab using a beforeLoad function of a user event script
Hi @Jason_Moore, Good day! You can use Field.updateDisplayType(options) to hide/show subtabs. You may check SuiteAnswers 43602 for the Enum of possible display type values. Hope this helps! If you fi…2
